home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / include / expect_cf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-22  |  2.1 KB  |  104 lines

  1. /* expect_cf.h.  Generated automatically by configure.  */
  2. /*
  3.  * Check for headers
  4.  */
  5. #ifndef __EXPECT_CF_H__
  6. #define __EXPECT_CF_H__
  7.  
  8. /* #undef NO_STDLIB_H */        /* Tcl requires this name */
  9. #define HAVE_STROPTS_H 1
  10. /* #undef HAVE_SYSCONF_H */
  11. #define HAVE_SYS_FCNTL_H 1
  12. #define HAVE_SYS_WAIT_H 1
  13. /* #undef HAVE_SYS_BSDTYPES_H */    /* nice ISC special */
  14. #define HAVE_SYS_SELECT_H 1    /* nice ISC special */
  15. #define HAVE_SYS_TIME_H 1        /* nice ISC special */
  16. #define HAVE_SYS_PTEM_H 1        /* SCO needs this for window size */
  17. #define HAVE_UNISTD_H 1
  18. #define HAVE_SYSMACROS_H 1
  19. #define HAVE_TIOCGWINSZ_IN_TERMIOS_H 1
  20. #define HAVE_TCGETS_OR_TCGETA_IN_TERMIOS_H 1
  21.  
  22. /* #undef pid_t */
  23. #define RETSIGTYPE void
  24. #define TIME_WITH_SYS_TIME 1    /* ok to include both time.h and sys/time.h */
  25.  
  26. /*
  27.  * This section is for compile macros needed by
  28.  * everything else.
  29.  */
  30.  
  31. /*
  32.  * Check for functions
  33.  */
  34. #define HAVE_MEMCPY 1
  35. #define HAVE_SYSCONF 1
  36. /* #undef SIMPLE_EVENT */
  37. #define HAVE_STRFTIME 1
  38. #define HAVE_MEMMOVE 1
  39. #define HAVE_TIMEZONE 1        /* timezone() a la Pyramid */
  40. #define HAVE_STRCHR 1
  41.  
  42. #ifndef HAVE_STRCHR
  43. #define strchr(s,c) index(s,c)
  44. #endif /* HAVE_STRCHR */
  45.  
  46. /*
  47.  * timezone
  48.  */
  49. #define HAVE_SV_TIMEZONE 1
  50.  
  51. /*
  52.  * wait status type
  53.  */
  54. /* #undef NO_UNION_WAIT */
  55.  
  56. /* #undef WNOHANG_REQUIRES_POSIX_SOURCE */
  57.  
  58. /*
  59.  * Signal stuff. Setup the return type
  60.  * and if signals need to be re-armed.
  61.  */
  62. /*#ifndef RETSIGTYPE*/
  63. /*#define RETSIGTYPE void*/
  64. /*#endif*/
  65. #define REARM_SIG 1
  66.  
  67. /*
  68.  * Generate correct type for select mask
  69.  */
  70. #ifndef SELECT_MASK_TYPE
  71. #define SELECT_MASK_TYPE fd_set
  72. #endif
  73.  
  74. /*
  75.  * Check how stty works
  76.  */
  77. /* #undef STTY_READS_STDOUT */
  78.  
  79. /*
  80.  * Check for tty/pty functions and structures
  81.  */
  82. #define POSIX 1
  83. #define HAVE_TCSETATTR 1
  84. #define HAVE_TERMIO 1
  85. #define HAVE_TERMIOS 1
  86. #define HAVE_SGTTYB 1
  87. /* #undef HAVE__GETPTY */
  88. /* #undef HAVE_GETPTY */
  89. /* #undef HAVE_PTC */
  90. /* #undef HAVE_PTC_PTS */
  91. /* #undef HAVE_PTYM */
  92. /* #undef HAVE_PTYTRAP */
  93. #define HAVE_PTMX 1
  94. /* #undef HAVE_PTMX_BSD */
  95.  
  96. /*
  97.  * Special hacks
  98.  */
  99. /* #undef CONVEX */
  100.  
  101. #define WNOHANG_BACKUP_VALUE 1
  102.  
  103. #endif    /* __EXPECT_CF_H__ */
  104.